GroupingQuery<TKey,T> Class
In This Topic
Represents a collection of
IndexedGroup<TKey,T>, groups of elements with the same key, resulting from a search operation with grouping.
Object Model
Syntax
'Declaration
Public MustInherit Class GroupingQuery
(Of ,)
public abstract class GroupingQuery<,>
Type Parameters
- TKey
- The type of the index key.
- T
- The type of the elements of the indexed collection.
Inheritance Hierarchy
System.Object
C1.LiveLinq.Indexing.Search.GroupingQuery<TKey,T>
See Also